home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / tools / lu62 / port / init8.h < prev    next >
C/C++ Source or Header  |  1996-07-10  |  2KB  |  26 lines

  1. struct init8 {                      /* INITSELF format 8    */
  2.     unsigned type:8;                /* LU type              */
  3.     unsigned queu:8;                /* queue condition      */
  4.     unsigned orig:8;                /* origin               */
  5.     unsigned noti:8;                /* notify condition     */
  6.     char mod8[8];                   /* logon mode           */
  7.     unsigned dlu8:8;                /* type LU              */
  8.     unsigned dnl8:8;                /* DLU name length      */
  9.     char dn8[8];                    /* DLU name             */
  10.     char nod8[8];                   /* DLU node name        */
  11.     unsigned ri8l:8;                /* REQ ID   length      */
  12.     char ri8n[8];                   /* REQ ID               */
  13.     unsigned pw8l:8;                /* PASSWORD length      */
  14.     char pw8n[8];                   /* PASSWORD             */
  15.     unsigned us8l:8;                /* user field length    */
  16.     char us8n[23];                  /* user field           */
  17.     unsigned ur8l:8;                /* URC length           */
  18.     char ur8n[4];                   /* URC                  */
  19.     char cos8[8];                   /* COS name             */
  20.     unsigned ol8f:8;                /* OLU                  */
  21.     unsigned ol8l:8;                /* OLU name length      */
  22.     char ol8n[16];                  /* OLU name             */
  23.     unsigned dar8:8;                /* DAF area addr        */
  24.     unsigned oar8:8;                /* OAF area addr        */
  25.              };
  26.